All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.event.PopupMenuListener

public interface PopupMenuListener
extends EventListener
A popup menu listener


Method Index

 o popupMenuCanceled(PopupMenuEvent)
This method is called when the popup menu is canceled
 o popupMenuWillBecomeInvisible(PopupMenuEvent)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
 o popupMenuWillBecomeVisible(PopupMenuEvent)
This method is called before the popup menu becomes visible

Methods

 o popupMenuWillBecomeVisible
 public abstract void popupMenuWillBecomeVisible(PopupMenuEvent e)
This method is called before the popup menu becomes visible

 o popupMenuWillBecomeInvisible
 public abstract void popupMenuWillBecomeInvisible(PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time

 o popupMenuCanceled
 public abstract void popupMenuCanceled(PopupMenuEvent e)
This method is called when the popup menu is canceled


All Packages  Class Hierarchy  This Package  Previous  Next  Index